html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section , summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-family: "微软雅黑", "宋体", "华文细黑", arial, sans-serif;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  line-height: 1;
  font-size: 14px;
}
:focus {
  outline: 1;
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
nav ul {
  list-style: none;
}

li {
  list-style: none;
}
ul {
  margin-bottom: 0;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none
}
a:link,a:visited{
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
img {
  vertical-align: middle; }

.clearfix:after {
  content:"";
  display:block;
  height:0;
  clear:both;
  visibility:hidden
}
.clearfix {
  zoom:1
}
.fl {
  float:left
}
.fr {
  float:right
}

/*!*banner*!*/
/*.banner {*/
  /*max-width: 1170px;*/
  /*overflow: hidden;*/
  /*position: relative;*/
  /*height: 450px;*/
  /*margin: 0 auto;*/
  /*text-align: center;*/
/*}*/
/*.banner_img {*/
  /*height: 450px;*/
/*}*/
/*.banner_img li {*/
  /*display: list-item;*/
  /*width: 100%;*/
  /*height: 450px;*/
  /*position: absolute;*/
  /*left:0;*/
  /*top:0;*/
/*}*/
/*.banner_img a {*/
  /*display: block;*/
  /*height: 450px;*/
/*}*/
/*.banner_btn {*/
  /*position: relative;*/
  /*display: block;*/
  /*text-align: center;*/
  /*margin: -40px auto 0;*/
  /*z-index: 100;*/
/*}*/
/*.banner_btn li {*/
  /*display: inline-block;*/
  /*width: 12px;*/
  /*height: 12px;*/
  /*margin: 0 10px;*/
  /*background: #fff;*/
  /*border-radius: 50%;*/
  /*cursor: pointer;*/
/*}*/
/*.banner_btn li.active {*/
  /*background: #0071be;*/
/*}*/
/*.banner_btn li:hover {*/
  /*background: #0071be;*/
/*}*/
/*.banner_leftBtn,.banner_rightBtn {*/
  /*position: absolute;*/
  /*top:40%;*/
  /*display: block;*/
  /*width: 66px;*/
  /*height: 66px;*/
  /*font-size: 50px;*/
  /*font-family: 宋体;*/
  /*line-height: 66px;*/
  /*text-align: center;*/
  /*background: #000;*/
  /*color: #fff;*/
  /*border-radius: 50%;*/
  /*cursor: pointer;*/
  /*opacity: 0;*/
  /*transition: opacity .3s, background-color .3s;*/
/*}*/
/*.banner_leftBtn{*/
  /*left: 10px;*/
/*}*/
/*.banner_rightBtn {*/
  /*right: 10px;*/
/*}*/
/*.banner:hover .banner_leftBtn,.banner:hover .banner_rightBtn {*/
  /*opacity: .2;*/
/*}*/
/*.banner_leftBtn:hover,.banner_rightBtn:hover{*/
  /*background-color: rgba(0,0,0,0.8);*/
/*}*/
